projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a4bf4
)
(vhdl-mode-abbrev-table-init): Do not clear abbrev table, else saved
author
Glenn Morris
<rgm@gnu.org>
Tue, 5 Dec 2006 05:26:08 +0000
(
05:26
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 5 Dec 2006 05:26:08 +0000
(
05:26
+0000)
abbrevs will not be restored.
lisp/progmodes/vhdl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/vhdl-mode.el
b/lisp/progmodes/vhdl-mode.el
index 34273ccf108fbd8fa1ba659032016017f852c898..3bf4227a82fd43200e606ad088a59d46fdd7a1ab 100644
(file)
--- a/
lisp/progmodes/vhdl-mode.el
+++ b/
lisp/progmodes/vhdl-mode.el
@@
-2893,7
+2893,6
@@
STRING are replaced by `-' and substrings are converted to lower case."
(defun vhdl-mode-abbrev-table-init ()
"Initialize `vhdl-mode-abbrev-table'."
- (when vhdl-mode-abbrev-table (clear-abbrev-table vhdl-mode-abbrev-table))
(define-abbrev-table 'vhdl-mode-abbrev-table
(append
(when (memq 'vhdl vhdl-electric-keywords)